forum

home / developersection / forums / in java, how to concatenate two arrays

In java, how to concatenate two arrays

Anonymous User 3516 01-Jul-2015
Need to concatenate two String arrays in Java.
void f(String[] first, String[] second) {
    String[] both = ???
}
What is the easiest way to do this?

Updated on 01-Jul-2015

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By